.bg-fb {
  background-color: #fff;
}
.ggBox {
  width: 300px;
  height: 250px;
  font-size: 30px;
  background: #bbb;
  margin: 0 auto;
  text-align: center;
  margin-top: 0;
}
.eventPublicWrap {
  position: unset;
  top: unset;
  left: unset;
  padding-top: unset;
}
.eventPublicBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.eventPublicSingleImg {
  width: 208px;
  height: 134px;
}
.eventPublicSingleImg img {
  width: 100%;
  height: 100%;
}
.rightbar-article ul li {
  width: 100%;
  margin-bottom: 0px;
  box-sizing: border-box;
  padding: 15px 0;
  border-bottom: 1px solid #f7f7f7;
}
.leftbar-bottom ul li a {
  padding-left: 0;
}
.main {
  width: 1180px;
}
.leftbar {
  width: 120px;
}
.articleImgBox {
  width: 208px;
  height: 134px;
}
.articleImgBox img {
  width: 208px;
  height: 134px;
}
.videoWrap {
  margin-bottom: 38px;
}
.videoWrap .js_getVideo {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}
.videoWrap .js_getVideo .fl {
  float: unset;
}
.videoWrap .js_getVideo li:nth-of-type(odd) {
  margin-right: 18px;
}
.videoWrap .js_getVideo > li {
  width: 215px;
  margin: 0;
  margin-right: 18px;
}
.videoWrap .js_getVideo > li .imgWrap {
  width: 215px;
  height: 122px;
  border-radius: 4px;
}
.videoWrap .js_getVideo > li .imgWrap .tuiguang {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 2;
  font-size: 14px;
  width: 40px;
  height: 20px;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.videoWrap .js_getVideo li p {
  color: #333;
  font-size: 14px;
  line-height: 14px;
  margin-top: 10px;
}
.videoWrap .smallTitle,
#article-list .smallTitle {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.videoWrap .smallTitle i,
#article-list .smallTitle i {
  display: flex;
  align-items: center;
  width: 16px;
  height: 16px;
}
.videoWrap .smallTitle > span,
#article-list .smallTitle > span {
  display: inline-block;
  padding-left: 8px;
}
.article-list > ul li {
  overflow: unset;
  position: relative;
}
.article-list > ul li .wenzhang {
  margin-left: 240px;
  min-height: 134px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: space-between;
  padding-top: 10px;
}
.article-list > ul li .wenzhang .article-list-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0px;
  padding-top: 0;
}
.article-list > ul li .wenzhang .article-list-bottom .list-bottom-info {
  font-size: 12px;
  color: #999;
}
.article-list > ul li .wenzhang .article-list-bottom .time {
  font-size: 12px;
  color: #b3b3b3;
}
.article-list > ul li .wenzhang h3 {
  font-weight: 500;
}
.article-list > ul li .wenzhang h3 a {
  color: #333333;
  height: 80px;
}
.article-list > ul li .wenzhang h3 a:hover {
  opacity: 1;
  color: #ce2e31;
}
.article-list > ul li .articleItem h3 {
  font-weight: 500;
}
.article-list > ul li .articleItem h3 a {
  color: #333333;
  height: auto;
}
.article-list > ul li .articleItem h3 a:hover {
  opacity: 1;
  color: #ce2e31;
}
.article-list > ul li .articleItem .wenzhangNoimg {
  display: flex;
  justify-content: space-between;
}
.article-list > ul li .articleItem .wenzhangNoimg .list-bottom-info {
  font-size: 12px;
  color: #808080;
}
.article-list > ul li .articleItem .wenzhangNoimg .time {
  font-size: 12px;
  color: #b3b3b3;
}
.article-list > ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-49.5%);
  z-index: -9999;
  transition: all 0.5s;
}
.article-list > ul li.articleListHover {
  border-color: #fff;
}
.article-list > ul li.articleListHover::before {
  content: '';
  width: 103%;
  height: 102%;
  opacity: 1;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.article-list > ul li.articleListHover .newPageCollectionBox {
  visibility: visible;
}
.ad_bidding_box {
  overflow: unset;
  position: relative;
  border-color: #f7f7f7;
}
.ad_bidding_box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s;
  opacity: 0;
  box-shadow: 0 0 5px 2px #0000001f;
  transform: translateX(-50%) translateY(-49.5%);
  z-index: -1;
  background-color: #fff;
}
.ad_bidding_box > ul li::before {
  display: none;
  content: '';
  width: unset;
  height: unset;
  position: unset;
  top: unset;
  left: unset;
  transition: unset;
  opacity: 0;
  box-shadow: unset;
  transform: unset;
  z-index: unset;
  background-color: unset;
}
.ad_bidding_box:hover {
  border: none;
}
.ad_bidding_box:hover::before {
  width: 103%;
  height: 102%;
  opacity: 1;
}
.ad_bidding_box:hover .ad_title a {
  opacity: 1;
  color: #ce2e31;
}
.titleBannerRight {
  display: flex;
  align-items: center;
  height: 100%;
}
.jiaodianImg {
  width: 208px;
  height: 134px;
  border-radius: 4px;
}
.jiaodianLeft {
  margin-left: 240px;
  min-height: 134px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jiaodianLeft h3 a {
  color: #333333;
  font-weight: 500;
}
.jiaodianLeft .article-list-bottom {
  display: flex;
  justify-content: space-between;
}
.jiaodianLeft .article-list-bottom .list-bottom-info {
  font-size: 14px;
  color: #808080;
}
.jiaodianLeft .article-list-bottom .time {
  font-size: 12px;
  color: #b3b3b3;
}
.aaa {
  display: flex;
  align-items: center;
}
.aaa > div {
  width: 100%;
}
.aaa > a {
  display: inline-block;
}
.aaa > a > div {
  overflow: hidden;
  border-radius: 4px;
}
.aaa > a > div > .img {
  border-radius: 0;
}
.aaa > a .img {
  transition: all 0.5s;
  top: unset;
  position: unset;
}
.aaa > a:hover .img {
  transform: scale(1.1);
}
.aaa h3 a {
  color: #333333;
  font-weight: 500;
}
.aaa .jiaodianLeft {
  margin-left: 32px;
  min-height: 134px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: space-between;
  padding-top: 10px;
  width: 100%;
}
.aaa .jiaodianLeft .article-list-bottom {
  padding-bottom: 0px;
  padding-top: 0;
}
.aaa .article-list-bottom {
  display: flex;
  justify-content: space-between;
}
.aaa .article-list-bottom .list-bottom-info {
  font-size: 12px;
  color: #999;
}
.aaa .article-list-bottom .time {
  font-size: 12px;
  color: #b3b3b3;
}
.article-list .loadAdWrap {
  margin-top: 20px !important;
}
.article-list ul li h3 a {
  max-height: 80px;
}
.article-singleImg .mask img {
  height: 40px;
}
.greatVideo {
  margin-top: 26px;
}
.videoWrap a .imgWrap img {
  transition: all 0.5s;
}
.videoWrap a:hover .imgWrap img {
  animation: unset;
  transform: scale(1.1);
}
.image_1_Advertising .bidding_left .bidding_img {
  height: 134px;
  width: 208px;
  border-radius: 4px;
}
.image_1_Advertising .bidding_left .bidding_img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.image_1_Advertising .bidding_left .bidding_img img:hover {
  transform: scale(1.1);
}
.image_1_2_Advertising > ul > li .bidding_img a img {
  transition: all 0.5s;
}
.image_1_2_Advertising > ul > li .bidding_img a img:hover {
  transform: scale(1.1);
}
.image_1_Advertising .bidding_right {
  padding-left: 32px;
  padding-top: 10px;
  padding-bottom: 18px;
}
.image_1_Advertising .bidding_right .ad_title h3 {
  font-weight: 500;
}
.image_1_2_Advertising .ad_title h3 {
  font-weight: 500;
}
.blackLine {
  width: 100%;
  height: 3px;
  box-sizing: border-box;
  background-color: #212121;
  margin-bottom: 17px;
}
.homeHotSearchBox {
  width: 100%;
  box-sizing: border-box;
  margin-top: 23px;
}
.homeHotSearchBox > .hotTitleBox {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  margin-bottom: 24px;
  padding: 0 10px;
}
.homeHotSearchBox > .hotTitleBox > div {
  margin-right: 7px;
  height: auto;
}
.homeHotSearchBox > .hotTitleBox img {
  padding-bottom: 2px;
}
.homeHotSearchBox > ul {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.homeHotSearchBox > ul > li {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 18px;
  padding-bottom: 12px;
  padding-top: 12px;
  border-bottom: 1px solid #f7f7f7;
}
.homeHotSearchBox > ul > li > span {
  display: inline-block;
}
.homeHotSearchBox > ul > li .hotNum {
  font-size: 18px;
  line-height: 18px;
  color: #c4c4c4;
  font-weight: 600;
}
.homeHotSearchBox > ul > li .hotRe {
  font-size: 12px;
  line-height: 12.5px;
  color: #fff;
  background-color: #c4c4c4;
  border-radius: 2px;
  padding: 2px;
  padding-right: 2.5px;
}
.homeHotSearchBox > ul > li > .hottitle {
  font-size: 14px;
  line-height: 14px;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homeHotSearchBox > ul > li > .hottitle a {
  color: #333333;
  transition: all 0.5s;
}
.homeHotSearchBox > ul > li:hover > .hottitle a {
  color: #ce2e31;
}
.homeHotSearchBox > ul > li:first-child {
  padding-top: 0;
}
.homeHotSearchBox > ul > li:nth-child(1) .hotRe {
  background-color: #cc0000;
}
.homeHotSearchBox > ul > li:nth-child(1) .hotNum {
  color: #cc0000;
}
.homeHotSearchBox > ul > li:nth-child(2) .hotRe {
  background-color: #f26d5f;
}
.homeHotSearchBox > ul > li:nth-child(2) .hotNum {
  color: #f26d5f;
}
.homeHotSearchBox > ul > li:nth-child(3) .hotRe {
  background-color: #ff9406;
}
.homeHotSearchBox > ul > li:nth-child(3) .hotNum {
  color: #ff9406;
}
.rightbar-middle {
  width: 318px;
}
.rightbar-middle .recommendOfweekBox {
  width: 100%;
  box-sizing: border-box;
}
.rightbar-middle .recommendOfweekBox li {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: none;
  padding: 20px 0;
  border-bottom: 1px solid #f7f7f7;
  padding-left: 12px;
  transition: all 0.5s;
  padding-right: 8px;
}
.rightbar-middle .recommendOfweekBox li .recommendHeadPortrait {
  width: 43px;
  height: 43px;
  position: relative;
}
.rightbar-middle .recommendOfweekBox li .recommendHeadPortrait > .recommendHeadImgbox {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  overflow: hidden;
}
.rightbar-middle .recommendOfweekBox li .recommendHeadPortrait > .recommendHeadImgbox img {
  width: 100%;
  height: 100%;
}
.rightbar-middle .recommendOfweekBox li .recommendHeadPortrait .VIP-logo {
  position: absolute;
  top: 28px;
  left: 32px;
  width: 14px;
  height: 14px;
  background: url("../images/VIP.png") no-repeat center center;
  background-size: 100%;
}
.rightbar-middle .recommendOfweekBox li .recommendHeadPortrait .VIP-logo-blue {
  position: absolute;
  top: 28px;
  left: 32px;
  width: 14px;
  height: 14px;
  background: url("../images/vip-blue.png") no-repeat center center;
  background-size: 100%;
}
.rightbar-middle .recommendOfweekBox li .recommendUser {
  width: 175px;
  font-size: 14px;
}
.rightbar-middle .recommendOfweekBox li .recommendUser > div {
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rightbar-middle .recommendOfweekBox li .recommendUser > div:last-child {
  color: #999;
  margin-top: 6px;
}
.rightbar-middle .recommendOfweekBox li .recommendAttention > a,
.rightbar-middle .recommendOfweekBox li .recommendAttention .reSub {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #ce2e31;
  color: #ce2e31;
  border-radius: 50px;
  width: 60px;
  text-align: center;
}
.rightbar-middle .recommendOfweekBox li .recommendAttention .reSub {
  cursor: default;
  color: #fff;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.rightbar-middle .recommendOfweekBox li:hover {
  transform: translateY(-5px);
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.image_1_2_Advertising .ad_title h3 a:hover {
  opacity: 1;
}
.article-list ul li h3 a {
  font-weight: 500;
}
.leftbar-bottom ul .ishot {
  cursor: default;
  background-color: #ffffff !important;
}
.leftbar-bottom ul li.moreBtn {
  background: transparent !important;
}
.leftbar-bottom ul li.moreBtn a {
  font-weight: 600;
  color: #000;
}
.ad_bidding_box .bidding_right .ad_title h3 a:hover {
  color: #ce2e31;
  opacity: 1;
}
.conferenceTopics {
  margin-top: 30px;
  width: 100%;
  box-sizing: border-box;
}
.conferenceTopics ul {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  row-gap: 10px;
}
.conferenceTopics ul a {
  display: block;
  width: 155px;
  height: 155px;
  overflow: hidden;
  box-sizing: border-box;
  background-size: 100% 100% !important;
  border-radius: 4px;
  position: relative;
  transition: all 0.5s;
}
.conferenceTopics ul a .conferenceTopicsMask {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), transparent);
  padding: 13px 8px 8px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
.conferenceTopics ul a:hover {
  background-size: 105% 105% !important;
}
.conferenceTopics ul a:hover .conferenceTopicsMask {
  overflow: unset;
  text-overflow: unset;
  white-space: unset;
  transition: all 0.5s;
}
.hotTitleBox {
  font-weight: 600;
}
.article-li-cont-bot .view {
  font-size: 14px;
  margin-left: 6px;
}
.article-li-cont-bot .view .icon-icon-Group {
  font-size: 14px;
}
.article-li-cont-bot .view .icon-icon-Group::before {
  color: #999;
}
.article-li-cont-bot .view .position-Top {
  font-size: 12px;
  color: #999;
}
.featuredArticles {
  margin-top: 30px;
}
.featuredArticles .articleTitleBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.featuredArticles .articleTitleBox .hotTitleBox {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
}
.featuredArticles .articleTitleBox .hotTitleBox > div {
  margin-right: 7px;
  height: 16px;
}
.featuredArticles .articleTitleBox .hotTitleBox img {
  padding-bottom: 2px;
}
.featuredArticles .articleTitleBox a {
  font-size: 14px;
  color: #808080;
}
.featuredArticles .featuredCountBox {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  row-gap: 10px;
}
.featuredArticles .featuredCountBox > a {
  width: 155px;
  display: inline-block;
  box-sizing: border-box;
}
.featuredArticles .featuredCountBox > a .featuredImgBox {
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.featuredArticles .featuredCountBox > a .featuredImgBox img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  image-rendering: -webkit-optimize-contrast;
}
.featuredArticles .featuredCountBox > a .featuredCountTitle {
  width: 100%;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  margin-top: 5px;
  height: 36px;
}
.featuredArticles .featuredCountBox > a:hover .featuredImgBox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.conferenceTopics {
  margin-top: 28px;
  width: 100%;
  box-sizing: border-box;
}
.conferenceTopics .articleTitleBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.conferenceTopics .articleTitleBox .hotTitleBox {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
}
.conferenceTopics .articleTitleBox .hotTitleBox > div {
  margin-right: 7px;
  line-height: 16px;
}
.conferenceTopics .articleTitleBox .hotTitleBox img {
  padding-bottom: 2px;
}
.conferenceTopics .articleTitleBox a {
  font-size: 14px;
  color: #808080;
}
.conferenceTopics .conferenceCount {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  row-gap: 12px;
}
.conferenceTopics .conferenceCount > a {
  display: inline-block;
  width: 155px;
  height: 155px;
  box-sizing: border-box;
}
.conferenceTopics .conferenceCount > a .conferenceImgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
}
.conferenceTopics .conferenceCount > a .conferenceImgBox img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  image-rendering: -webkit-optimize-contrast;
}
.conferenceTopics .conferenceCount > a:hover .conferenceImgBox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.rightbar-middle ul li:hover {
  box-shadow: unset;
  cursor: unset;
  position: unset;
  top: unset;
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -o-transform: unset;
  -ms-transform: unset;
}
.rightbar-middle {
  padding-bottom: 0;
}
.rightbar-middle .articleTitleBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-left: 12px;
  padding-right: 8px;
}
.rightbar-middle .articleTitleBox .hotTitleBox {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
}
.rightbar-middle .articleTitleBox .hotTitleBox > div {
  margin-right: 7px;
}
.rightbar-middle .articleTitleBox .hotTitleBox img {
  padding-bottom: 2px;
}
.rightbar-middle .articleTitleBox a {
  font-size: 14px;
  color: #808080;
}
.rightbar-article {
  margin-top: 30px;
}
.rightbar-article .articleTitleBox {
  display: flex;
  align-items: center;
  padding-left: 12px;
}
.rightbar-article .articleTitleBox .hotTitleBox {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
}
.rightbar-article .articleTitleBox .hotTitleBox > div {
  margin-right: 7px;
}
.rightbar-article .articleTitleBox .hotTitleBox img {
  padding-bottom: 2px;
}
.rightbar-article .articleTitleBox .leaderboard_box {
  margin-top: 0;
}
.rightbar-article .articleTitleBox .leaderboard_box > div {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  color: #808080;
}
.rightbar-article .articleTitleBox .leaderboard_box .lader_active {
  background-color: unset;
  color: #333333;
}
.rightbar-article .rightbar-list {
  padding: 0;
  box-shadow: unset;
}
.rightbar-article .rightbar-list > ul li .article-li-num {
  width: 16px;
  height: 16px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  transform: translateY(16px);
  font-size: 15px;
  color: #cc0000;
  font-weight: 700;
  text-align: center;
  transform: translateY(17px);
}
.rightbar-article .rightbar-list > ul li .article-li-cont {
  margin-left: 36px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0;
}
.rightbar-article .rightbar-list > ul li .article-li-cont .rightbarContent a {
  transition: all 0.5s;
}
.rightbar-article .rightbar-list > ul li:hover .article-li-cont .rightbarContent a {
  color: #ce2e31;
}
.leftbar-bottom ul .active {
  border-left: none;
}
.article-li-cont .rightbarContent {
  margin-bottom: 9px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article-li-cont a {
  font-size: 14px;
  color: #333333;
}
.article-li-cont-bot h5 {
  color: #999;
  font-size: 14px;
  font-weight: 500;
}
.article-li-cont-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.article-li-cont-bot > a {
  width: 100%;
  display: flex;
  align-items: center;
}
.article-li-cont-bot > a h5 {
  float: unset;
  top: 0;
}
.article-li-cont-bot .view {
  float: unset;
}
.article-li-cont-bot img {
  width: 22px;
  height: 22px;
}
.article-li-cont-bot > a {
  position: relative;
}
.article-li-cont-bot > a .VIP {
  position: absolute;
  bottom: 0;
  left: 15px;
}
.article-li-cont-bot > a .VIP img {
  width: 10px;
  height: 10px;
}
.article-singleImg {
  top: 23px;
  border-radius: 4px;
  overflow: hidden;
}
.article-singleImg > .img {
  transition: all 0.5s;
}
.article-singleImg:hover > .img {
  transform: scale(1.1);
}
.leaderboard_box {
  align-items: center;
  padding-right: 0;
}
.bannerSwiper .swiper-pagination {
  text-align: left;
  left: 25px;
  bottom: 15px;
}
.leftbar-bottom ul li,
.publicHeader .wrap .titleBox {
  padding-left: 10px;
}
.image_3_Advertising .ad_title h3 a:hover {
  opacity: 1;
}
.image_3_Advertising .ad_title h3 a {
  font-weight: 500;
}
.ad_bidding_box:hover .ad_title a {
  color: #ce2e31;
}
.videoWrap ul li .imgWrap div {
  display: flex;
  align-items: center;
}
.videoWrap ul li .imgWrap div i {
  background: url(../images/newPlay.png) no-repeat center;
}
.bannerSwiper {
  width: 100%;
  height: 345px;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.bannerSwiper .swiper-slide {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  color: #fff;
}
.bannerSwiper .swiper-slide .textBox {
  width: 100%;
  box-sizing: border-box;
  padding: 0 25px;
  font-size: 26px;
  line-height: 28px;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 300;
  color: #fff;
}
.bannerSwiper .swiper-slide .textBox a {
  display: inline;
  color: #fff;
}
.bannerSwiper .swiper-slide .tuiguang_text {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 2;
  font-size: 14px;
  width: 40px;
  height: 20px;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.bannerSwiper .swiper-slide .bannerImgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover !important;
  transition: all 0.5s;
}
.bannerSwiper .swiper-slide .bannerImgBox:hover {
  transform: scale(1.1);
}
.bannerSwiper .swiper-horizontal > .swiper-pagination-bullets,
.bannerSwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  bottom: 15px;
  left: 0;
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
  padding-left: 25px;
  height: 15px;
}
.bannerSwiper .swiper-horizontal > .swiper-pagination-bullets {
  display: flex;
  justify-content: flex-start;
}
.bannerSwiper .swiper-pagination-bullet {
  text-align: left;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 20px !important;
  margin-right: 12px;
  opacity: 0.6;
}
.bannerSwiper .swiper-pagination-bullet-active {
  width: 20px !important;
  background-color: #fff;
  opacity: 1 !important;
}
.bannerSwiper .swiper-button-prev,
.bannerSwiper .swiper-button-next {
  width: 30px;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
}
.bannerSwiper .swiper-button-prev .jiantou,
.bannerSwiper .swiper-button-next .jiantou {
  width: 20px;
  height: 20px;
  background-color: transparent;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.bannerSwiper .swiper-button-prev .jiantou > div,
.bannerSwiper .swiper-button-next .jiantou > div {
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.bannerSwiper .swiper-button-prev .jiantou .two,
.bannerSwiper .swiper-button-next .jiantou .two {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.bannerSwiper .swiper-button-prev .jToRight,
.bannerSwiper .swiper-button-next .jToRight {
  transform: rotate(45deg);
  right: 5px;
}
.bannerSwiper .swiper-button-prev .jToLeft,
.bannerSwiper .swiper-button-next .jToLeft {
  transform: rotate(225deg);
  left: 5px;
}
.aabox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aabox .aaiframe {
  width: 94%;
  height: 270px;
  border: none;
  display: none;
}
.aabox .active {
  display: block;
}
.contact {
  margin-right: 0;
  background-color: #f2f2f2;
  margin-top: 20px;
  padding: 24px 16px;
}
.contact ul {
  display: flex;
  flex-wrap: wrap;
}
.contact ul li {
  float: unset;
  margin: 0;
  line-height: 13px;
  margin-right: 13px;
  margin-bottom: 24px;
}
.contact ul li a {
  font-size: 13px;
  color: #666666;
}
.contact ul li:nth-child(4n) {
  margin-right: 0;
}
.contact .contact-cont {
  color: #666666;
  font-size: 13px;
  border-top: 1px solid #e6e6e6;
}
.contact .contact-cont a {
  color: #666666;
}
.height110 {
  height: 100px;
  box-sizing: border-box;
}
.height175 {
  height: 175px;
  box-sizing: border-box;
}
.article-list > ul li {
  padding: 20px 0;
  border-bottom: 1px solid #f7f7f7;
}
.bannerSwiper:hover .swiper-button-prev,
.bannerSwiper:hover .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiperNews {
  width: 100%;
  height: 225px;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 16px;
}
.swiperNews .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.swiperNews .swiper-slide {
  width: 215px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.swiperNews .swiper-slide .swiperNewsImgBox {
  width: 100%;
  height: 120px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.5s;
}
.swiperNews .swiper-slide .swiperNewsImgBox .tuiguang {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 2;
  font-size: 14px;
  width: 40px;
  height: 20px;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.swiperNews .swiper-slide .swiperNewsImgBox img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.swiperNews .swiper-slide .swiperNewsText {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px;
  margin: 10px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 36px;
  transition: all 0.5s;
}
.swiperNews .swiper-slide .swiperNewsText a {
  color: #212121;
}
.swiperNews .swiper-slide .swiperNewsText:hover {
  opacity: 0.8 !important;
}
.swiperNews .swiper-slide .swiperNewsLine {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}
.swiperNews .swiper-slide .swiperNewsUser {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  padding-bottom: 15px;
}
.swiperNews .swiper-slide .swiperNewsUser > ul {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiperNews .swiper-slide .swiperNewsUser > ul li {
  font-size: 12px;
  color: #b3b3b3;
}
.swiperNews .swiper-slide .swiperNewsUser > ul li .swiperNewsUserHeadSculpture {
  position: relative;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border-radius: 30px;
}
.swiperNews .swiper-slide .swiperNewsUser > ul li .swiperNewsUserHeadSculpture > img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.swiperNews .swiper-slide .swiperNewsUser > ul li .swiperNewsUserHeadSculpture .VIP-logo {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  right: -3px;
}
.swiperNews .swiper-slide .swiperNewsUser > ul li .swiperNewsUserHeadSculpture .VIP-logo img {
  width: 100%;
  height: 100%;
}
.swiperNews .swiper-slide .swiperNewsUser > ul li .swiperNewsUserTxt {
  font-size: 12px;
  padding-left: 8px;
  width: 110px;
  color: #7b7a7b;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.swiperNews .swiper-slide .swiperNewsUser > ul .swiperNewsUserInfo {
  display: flex;
  align-items: center;
}
.swiperNews .swiper-slide .swiperNewsUser > ul .swiperNewsUserInfo > a {
  display: flex;
  align-items: center;
}
.swiperNews .swiper-slide:hover .swiperNewsImgBox {
  height: 100px;
}
.swiperNews .swiper-slide:hover .swiperNewsText {
  height: 46px;
  line-height: 23px;
}
.eventPublicWrap a .list-bottom-info {
  float: unset;
  display: flex;
  align-items: center;
  color: #999;
  font-size: 12px;
}
.eventPublicWrap a .list-bottom-info .profile {
  float: unset;
  padding: 0;
}
.eventPublicWrap a .list-bottom-info .tips {
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #FCB52C;
  width: 30px;
  line-height: 16px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FCB52C;
  margin-right: 10px;
}
.leftbar-bottom ul li.ishot a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #000;
}
.leftbar-bottom ul li.ishot a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -14px;
  width: 12px;
  height: 14px;
  background: url('https://mp.ofweek.com/Public/Home/images/leftBarHot.png') no-repeat center center;
  transform: translate(50%, -50%);
}
.rightbar-middle {
  padding-top: 30px !important;
}
.top0 {
  top: 40px;
}
.article-list ul li h3 a:hover {
  opacity: 1;
  color: #ce2e31;
}
.article-list > ul li h3 a .jiaodian {
  background: #fce3e3;
  font-size: 12px;
  padding: 0;
  color: #cc0000;
  position: relative;
  padding-right: 0;
  vertical-align: unset;
  width: 36px;
  height: 17px;
  line-height: 18px;
  text-align: center;
  border-radius: 50px;
  margin-right: 5px;
  transform: translateY(-2px);
}
.rightbar-article .articleTitleBox .leaderboard_box > div {
  color: #b3b3b3;
}
.article-list-bottom a .VIP-logo {
  width: 10px;
  height: 10px;
  margin-left: 4px;
}
.article-list > ul li .wenzhang .article-list-bottom .list-bottom-info .profileImg {
  position: relative;
}
.article-list > ul li .wenzhang .article-list-bottom .list-bottom-info .profileImg .VIP-logo {
  position: absolute;
  left: -18px;
  bottom: -5px;
}
.article-list > ul li .wenzhangNoimg .list-bottom-info .profileImg {
  position: relative;
}
.article-list > ul li .wenzhangNoimg .list-bottom-info .profileImg .VIP-logo {
  position: absolute;
  left: -20px;
  bottom: -4px;
}
.leftbar-bottom ul li.moreList {
  display: block;
}
.leftbar-bottom ul li.moreBtn::after {
  display: none;
}
.leftbar-bottom ul .active a {
  color: #cc0000;
}
.aaa .article-list-bottom .list-bottom-info {
  position: relative;
}
.aaa .article-list-bottom .list-bottom-info .VIP-logo {
  position: absolute;
  bottom: 1px;
  left: 10px;
}
.article-list-bottom a .list-bottom-info {
  position: relative;
}
.article-list-bottom a .list-bottom-info .VIP {
  position: absolute;
  bottom: -5px;
  left: 15px;
}
.article-list-bottom a .list-bottom-info .VIP img {
  width: 10px;
  height: 10px;
}
.u-notice_fixed {
  left: 50%;
  width: auto;
}
.newPageCollectionBox {
  visibility: hidden;
  padding-right: 15px;
}
.newPageCollectionBox .newPageCollection {
  display: flex;
  justify-content: flex-end;
}
.newPageCollectionBox .newPageCollection .collectionBox,
.newPageCollectionBox .newPageCollection .noCollectionBox {
  width: 25px;
  height: 22px;
  box-sizing: border-box;
  padding: 0;
  min-height: unset;
  border: none;
  border-radius: 2px;
  position: relative;
  background-color: #fff0d4;
  transform-origin: bottom center;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: backwards;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newPageCollectionBox .newPageCollection .collectionBox {
  background-color: #fff0d4;
}
.newPageCollectionBox .newPageCollection .collectionBox::after {
  content: '';
  width: 13px;
  height: 14px;
  box-sizing: border-box;
  background: url('/Public/Home/images/collection.png?v=777') no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  transform-origin: bottom center;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: backwards;
}
.newPageCollectionBox .newPageCollection .noCollectionBox {
  background-color: #999999;
}
.newPageCollectionBox .newPageCollection .noCollectionBox::after {
  content: '';
  width: 13px;
  height: 14px;
  box-sizing: border-box;
  background: url('/Public/Home/images/noCollection.png?v=777') no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  transform-origin: bottom center;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: backwards;
}
.newPageCollectionBox .newPageCollection .ishide {
  display: none !important;
}
.newPageCollectionBox .newPageCollection .noCollectionBox:hover::after {
  animation-name: collection;
}
@keyframes collection {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
